OpenLDAP Support

The ODBC Client and ADO Client use the Open LDAP v3 library. This library is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).

SequeLink LDAP Schema Definitions

NOTE: The SequeLink Server for DB2 on z/OS cannot be configured to support SSL. Do not use the SequeLinkEncrypted encryption attribute in a DB2 for z/OS configuration.

The following LDAP schema definition is applicable to both the ODBC Client and the ADO Client.

# SequeLink ODBC schema 
# ADO Client uses the same schema 
# 
# 
objectIdentifier ourenterpriseOID 1.1.2.3.4.5.6 
objectIdentifier sequelinkOID ourenterpriseOID:8 
attributetype (sequelinkOID:200001 
	NAME 'SequeLinkHost' 
	DESC 'SequeLink Host' 
	EQUALITY caseIgnoreMatch 
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) 
attributetype (sequelinkOID:200002 
	NAME 'SequeLinkPort' 
	DESC 'SequeLink Port' 
	EQUALITY caseIgnoreMatch 
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15) 
attributetype (sequelinkOID:200003 
	NAME 'SequeLinkServerdatasource' 
	DESC 'SequeLink Server DataSource' 
	EQUALITY caseIgnoreMatch 
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15) 
attributetype (sequelinkOID:200004 
	NAME 'SequeLinkEncrypted' 
	DESC 'SequeLink Encrypted' 
	EQUALITY caseIgnoreMatch 
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15) 
objectclass (sequelinkOID:100001 
	NAME 'SequeLinkODBCDSN' 
	SUP top STRUCTURAL 
	MUST (SequeLinkHost $ SequeLinkPort ) 
	MAY ( cn $ SequeLinkServerdatasource $ 
SequeLinkEncrypted ) ) 

Example: LDAP Entry for ODBC

# usercn.ldiff template 
# create OVS datasource 
# USER     Arne 
# DATABASE SequeLink 
# HOST     belg-keidis 
# PORT     6007 
# 
dn: cn=DB2V8 on belg-keidis,ou=OVS,ou=Arne,ou=USERS,o=
Development 
cn: DB2V8 on belg-keidis 
objectClass: top 
objectClass: SequeLinkODBCDSN 
SequeLinkPort: 6007 
SequeLinkHost: belg-keidis 
SequeLinkServerDatasource: Default 
SequeLinkEncrypted: 0